Todo list

============================================================================================
Features Requests


	* Verify compatibility with Firefox 2.0
	* Change icon on confirm overwrite Bookmarks.html
	* Add Move functionality in bookmarks popup menu.
	* Add possibility to restore a bookmarks backup file.
	* Add possibility to replace auto-delete by a move in a folder. Add a temporary backup of deleted bookmark !
	* Add a folder where all duplicates within it are ignored.
	* Add button to clear Search's string.
	* Search duplicate folders name.
        * Add support for import Bookmarks,
        * Bookmark Manager: Show duplicate URL within Bookmark Manager Panel. PRIORITY=2
		--> Add an hidden folder where duplicate will be added when Search function is executed.
		--> Split rigth frame in two vertical frames: first will contain URL duplicate, second will contain folders.
		--> Folders could be manipulated like a bookmark in Bookmark Manager.
I think I will try to show result of search duplicate within Bookmark manager and then I could put the focus on the selected duplicate URL in the rigth Bookmark tree.

	* Simplify overlay with insertAndCheckSelection ("newbookmark") to replace others function overlays.
	--> Will resolve Add Bookmark Here compatibility !!
        * Add support for Mozilla Browser,
        * Add support for SeaMonkey Browser,
        * Options: Add some research improvements: url != url/ & http != https ??
        * Add option to sort Bookmark within Folders by popularity.
		-->Ex: add counter on each url and sort them with counter value when a folder is opened.


============================================================================================
Design improvements

        * Add CSS style on Duplicate found windows
        * Add help: explains preferences option

============================================================================================
Bugs

05/23   * When no duplicate exists in Bookmarks there is an error in Bookmarks Manager. Error due to overlay localization.
05/14   * Marc: var url = itemValue.QueryInterface(Components.interfaces.nsIRDFLiteral).Value;
Error: itemValue has no properties
Source File: chrome://duplicates/content/duplicates.js
Line: 63

	* jwalker: Error message in pop-up window: "A script in this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.". Same failure with v_0.4.0 and with current beta.
	==> setTimeout() in the loop or increase script execution time: dom.max_script_run_time.

05/04   * BUGS with description field and keyword. introduced with Option to remove coded 05/03 :-((
	* Confirmation window is not opened !! Message is written directly in Browser's window.
	* UNCONFIRMED: Maybe some duplicate are not detected !!! Need examples to be validate.



============================================================================================
LIMITATIONS for Firefox 1.0

        * URL deletion is done when browser restart. So duplicates still visible even if they have been deleted !!
        * Number of bookmarks shown in Find duplicate window seems to not be identical each execution time !! Strange.
        * Add icon 16x16 in Bookmark Menu. NOT VISIBLE UNDER FIREFOX 1.0.*
        * Performance are bad due to lake of javascript. Ex: indexOf not implemented !!


